Document::SaveAs

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:13:05 1991
Index Return to Main Contents
 

NAME

Document::SaveAs - instance method  

TEMPLATE

docSaved = bool SaveAs()  

SPECIFIERS

public virtual  

DESCRIPTION

SaveAs shows the save file dialog. When the user selects a file the document name is set to the new filename through the method SetName and the document's data is stored with the method Store. The saveOption argument for the method Store is taken from the file dialog (see method FileDialog::GetSaveOption). See also method DoWrite and method MakeFileDialog. Method is rarely overridden.  

ARGUMENTS

none

 

RETURN ARGUMENT

bool docSaved

It is TRUE
if the document has actually been saved under a new name. It is FALSE if the user cancelled the operation.
 

CATEGORIES

menu commands, client interface

 

FIRST DEFINITION

class Document  

FILES

implementation:
Document.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:27 GMT, March 30, 2022